home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Almathera Ten Pack 2: CDPD 1
/
Almathera Ten on Ten - Disc 2: CDPD 1.iso
/
pd
/
201-225
/
201
/
draco
/
s
/
dr4lib
< prev
next >
Wrap
AmigaDOS Script File
|
1995-03-13
|
678b
|
23 lines
.key lib,file1,file2,file3,file4
if not exists drlib:<lib>.lib
echo "File drlib:<lib>.lib does not exist. Try again."
quit 20
endif
if not exists <file1>.r
echo "File <file1>.r does not exist. Try again."
quit 20
endif
if not exists <file2>.r
echo "File <file2>.r does not exist. Try again."
quit 20
endif
if not exists <file3>.r
echo "File <file3>.r does not exist. Try again."
quit 20
endif
if not exists <file4>.r
echo "File <file4>.r does not exist. Try again."
quit 20
endif
blink drlib:drstart.o+<file1>.r+<file2>.r+<file3>.r+<file4>.r lib drlib:<lib>.lib+drlib:drio.lib+drlib:draco.lib+drlib:dos.lib+drlib:exec.lib to <file1> smallcode